home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / smlnet1f.arc / SMLNET.TXT < prev    next >
Encoding:
Text File  |  1989-06-19  |  11.0 KB  |  276 lines

  1. Caller Documentation for   SMLNET  ver 1.F     [06/01/89] by Darwin Collins
  2.  
  3.  
  4.      This program was created to allow Remote callers (and Sysops)
  5.      to add, download, edit, read, and search thru Messages quickly.
  6.  
  7.      Remote Callers can:
  8.      Add Public/Private Messages
  9.      Search thru all messages based on criteria categories
  10.      Check for New Mail in All Conferences
  11.      Download all Unread Mail
  12.  
  13.      Sysops can:
  14.      File Attach, File Request, CrashMail messages to any Zone
  15.      Import Textfiles to the message editor
  16.      Copy and Delete any message in any conference
  17.  
  18.  
  19.   Caution:  The Echos are circulated around the nation(and world), so
  20.             do not leave a message to the  SYSOP here, nor any BBS Ads.
  21.                                                                Thank You
  22.  
  23.  
  24.   [[[                                                                ]]]
  25.   [[[   Pressing ESC will normally exit from the current prompt      ]]]
  26.   [[[                     and return you to the Previous Screen.     ]]]
  27.   [[[     Q will also work at most prompts.                          ]]]
  28.   [[[                                                                ]]]
  29.   [[[   Some of the commands may be stack via a Space or ; symbol.   ]]]
  30.   [[[   Example:  J WHO  will first do the  J (Join Conference) and  ]]]
  31.   [[[             then try to join the 'Who' conference.             ]]]
  32.   [[[                                                                ]]]
  33.  
  34.  
  35.  
  36. [[Commands in Very Brief]]
  37.  
  38.     +  < Join the NEXT conference that is on your 'sequence' list
  39.     -  < Join the PRIOUSE conference that is on your 'sequence' list
  40.     L  < Select/DeSelect conferences to be on your 'sequence' list
  41.  
  42.     J  < Join a Conference
  43.              The program will access the selected conference for
  44.              message reading and entering.
  45.     R  < Read Messages
  46.              Read the Messages of the Current conference
  47.     E  < Enter Messages
  48.              Enter a message to specified caller
  49.     G  < GoodBye.  Return to RBBS
  50.     N  < Check for New Mail
  51.              Will search thru conferences, and notify you of
  52.              any new mail that is for You.
  53.     D  < Download Xtract File
  54.              Using Xmodem,Ymodem, or Zmodem you can download the
  55.              file that contains all messages that you may have
  56.              extracted into.
  57.     H  < Help File
  58.              View this Help file.
  59.     C  < Default Screen Color
  60.              Change the default screen foreground color
  61.  
  62.  
  63.  
  64. ___________________ Description of the Commands _____________________________
  65.  
  66.  
  67. <J>   Join a Conference
  68.  
  69.       Using a displayed list of available conferences the remote caller
  70.       will select the one to try to 'Join' to.
  71.  
  72.  
  73. <R>   Read Messages
  74.  
  75.       This option will allow the normal caller or sysop to read the
  76.       message base using a more complex search criteria.
  77.  
  78.       During the actual display of the messages, the Prompt commands
  79.       are similar to RBBS, except that there are a few differences and
  80.       additions.
  81.  
  82.       Commands commonly available:
  83.  
  84.          <ESC>     Stop reading Messages
  85.          ENTER     It will default to Bracketed option.
  86.          ###       You can type the Message number to goto directly to
  87.          + or -    Change the Direction of the message display
  88.          *         Redefine Search Keys
  89.          C         (Sysop Level) Copy Current message into Editor to 'copy'
  90.          D         Goto to the  'Reply From' Message
  91.          K         Kill current Message (Sysop Level if Echomail conference)
  92.          M         Read next message that to/from you in current direction
  93.          N         Stop reading Messages
  94.          R         Reread the current message
  95.          RE        Reply to the Message
  96.          Q         Quit reading messages and return to Main Menu
  97.          U         Goto to the  'Reply To' Message
  98.          X         Xtract the Message into an Extract file
  99.          Y         Continue reading Messages
  100.  
  101.       Some options may stacked.  for example
  102.       123-      will start reading backwords from Message #123
  103.       X+        will extract current message and change the
  104.                 message number direction to increment (positive).
  105.       U*+       will start reading messages forwards
  106.                 will go 'U'p to the message # specified in 'Reply Next'
  107.                 will null any current search keys used in searching
  108.  
  109.       Private Messages will be displayed, if it is From or To you.
  110.  
  111.       The searches are more complex.  Whatever is in a search criteria
  112.       the message must have that in it, or else it won't be displayed.
  113.       For example, if you specify,  SYS  for the  From:  criteria then
  114.       only messages that are from those containing the letters  SYS  like
  115.       SYSOP or  PARALYSYS  will be displayed.
  116.  
  117.       To null out a specified search request you would type  *  at the
  118.       prompt to be deleted.  (You would only need to * it, if the
  119.       bracketed default is not already null).
  120.  
  121.       [For search purposes, Upper and Lower Case letters are the same.]
  122.  
  123.       Example 1:
  124.           You want to read all messages that are from  John Smith to you
  125.           (John Doe).  You could Specify:
  126.  
  127.           Search on From:  JOHN SMITH
  128.           Search on To  :  JOHN DOE
  129.  
  130.           then this program will only display messages that are from
  131.           John Smith to John Doe.
  132.  
  133.       Example 2:
  134.           You want to read all messages that have the subject of
  135.           SWAP MEET  then you may specify:
  136.  
  137.           Search on Topic: SWAP
  138.  
  139.           then smlnet will only display messages that have the word
  140.           SWAP anywhere in the Topic heading.
  141.  
  142.       Example 3:
  143.           You remember a message from John Blake, and that he talked
  144.           about a Compaq 386 but don't remember the rest of it.
  145.           So, you would specify:
  146.  
  147.           Search on From:  JOHN Blake
  148.  
  149.           You may specify   386   or   COMPAQ  for the 'text' criteria.
  150.           What the Text criteria is, that if a text is specified, then
  151.           the message must have that fragment somewhere within the
  152.           body of the message, for it to be displayed.
  153.  
  154.       Note. Just remember to deactivate the search keys after you are
  155.             done with them.
  156.  
  157.  
  158. <E>   Enter a Message
  159.  
  160.       This command will allow you to create a new message into the
  161.       current Conference.
  162.  
  163.       You can create a message by using the Message Editor or you
  164.       may insert message text from a text file.  You have up to
  165.       300 messages lines to store the message in.
  166.       (Only conference sysops are allowed to import textfiles into
  167.       the current conference/message base.)
  168.  
  169.       Options within Message Editing are:
  170.          !         (Sysop level) Crash Mail, File Attach/Requests
  171.          A         Abort entry of current message
  172.          C         Continue entry after last line
  173.          D         Delete specified lines
  174.          E         Edit specified line
  175.          F         (Sysop level) Append a Textfile to end of current message
  176.          H         Quicky Help Text
  177.          I         Insert and enter a message at specified number
  178.          J         Change the Topic(Subject) line
  179.          K         Netmail only. Toggle between KillSent and standard flag
  180.          L         List all lines in message
  181.          P         Active in Netmail conference Only!
  182.                      Toggle between Public/Private message mode
  183.                      Is this message to be saved as a Private
  184.                      or Public message.  When replying to a
  185.                      Private message your created message will
  186.                      default to Private unless you 'toggle it'
  187.                      to a Public message before you save it.
  188.          R         Replace specified line
  189.                      (allows you you retype the line.)
  190.          T         Change destination of message
  191.          S         Save the message
  192.  
  193.  
  194.       Conference sysops in the Netmail conference are also allowed
  195.       to do 'Crash', 'File Attach' and 'File Request' operations.
  196.       Be sure, to type in the full directory path that the file is in.
  197.       It is the repsoniblity of the sysop to ensure the Filenames
  198.       are correct, exist, and syntax is correct.
  199.  
  200. <H>   Display Help Documention
  201.  
  202.       This Command will print out the SMLNet.TXT file onto the screen.
  203.       (What you are reading now.)
  204.  
  205. <G>   GoodBye!!    Quit Program    Return to BBS
  206.  
  207. <C>   Change Foreground Text color
  208.       for example, have the characters White instead of [default] Cyan.
  209.  
  210.  
  211. <X>   Extract Messages
  212.  
  213.       Somewhat similar to Read Messages but all specified messages
  214.       are appended to the  eXtract file. (downloadable).
  215.  
  216.       Smlnet will not allow a remote user to create an 'extract'
  217.       file that is bigger then the time needed to download the
  218.       file.  BUT, it will allow the remote user to download the
  219.       'extract' file no matter how much time he has left.
  220.  
  221.       The 'Extract' file is always re-started upon startup of Smlnet
  222.       program and call also be re-started when the extract file has
  223.       been downloaded.
  224.  
  225. <D>   Download the Extract file
  226.  
  227.       You can choose to have your extract file squished by packers such
  228.       as ARC, PKPAK, LHARC, or PKZIP.  Though, of course, you can just
  229.       download the straight text file.
  230.  
  231.       For the Download process:
  232.       SmlNet Shells to a program called DSZ.COM by Chuck Forzberg.
  233.       If you haven't ever tried DSZ.COM, then please treat yourself
  234.       to this excellent Communication program.
  235.       Zmodem is excellant over the long distance lines!
  236.       I encourage you to register DSZ.COM for it is the best file
  237.       transfer program so far as I have seen in ShareWare.
  238.  
  239.       You can choose  Xmodem, Ymodem (1K Packet), or Zmodem for Transfers.
  240.  
  241.       After selecting the Protocal  (xmodem, ...) then you would toggle
  242.       your communication program to download the file.
  243.  
  244.       If you wish to abort the download, you must type in a dozen CTRL-X
  245.       for DSZ.COM to recognize your abort.
  246.  
  247.       Now... you can read all your mail offline...
  248.  
  249.  
  250. <N>   Check for new messages
  251.  
  252.       Question:    Check all conferences (Y/[N]) ?
  253.  
  254.            Pressing  Q  or  ESC  will abort the New Message search.
  255.            If Smlnet is actively checking a conference, then it
  256.            will return to the Main menu once it is done processing
  257.            the current conference.
  258.  
  259.            Answer:   N or Enter
  260.                Smlnet will check thru only conferences that are on
  261.                your 'sequence' list.  If you select this option,
  262.                you will also be given a prompt that will to ask
  263.                if all unread mail should be extracted so that you
  264.                can then download it.
  265.  
  266.                In this mode, you can also tell Smlnet to download
  267.                your new mail when it finds some in each conference.
  268.  
  269.            Answer:   Y
  270.                Smlnet will then search thru All conferences that you
  271.                have access to.
  272.  
  273.  
  274. ==== End of SmlNet Caller Doc  SmlNet.Txt ====
  275.  
  276.